home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TTTDIALOG / TTTDIALOG.txt
Text File  |  1996-08-04  |  3KB  |  153 lines

  1. object ttDialog: TttDialog
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'tintin++ Conversion'
  7.   ClientHeight = 300
  8.   ClientWidth = 388
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 10
  20.     Width = 46
  21.     Height = 13
  22.     Alignment = taRightJustify
  23.     Caption = 'Importing:'
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 34
  33.     Width = 228
  34.     Height = 13
  35.     Caption = 'Exceptions and warnings will be displayed below'
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 8
  44.     Top = 48
  45.     Width = 188
  46.     Height = 13
  47.     Caption = 'and the offending lines will be written to:'
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Label4: TLabel
  55.     Left = 216
  56.     Top = 10
  57.     Width = 23
  58.     Height = 13
  59.     Caption = 'Line:'
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object OKBtn: TBitBtn
  67.     Left = 300
  68.     Top = 8
  69.     Width = 77
  70.     Height = 27
  71.     Caption = 'OK'
  72.     Default = True
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ModalResult = 1
  78.     ParentFont = False
  79.     TabOrder = 0
  80.     OnClick = OKBtnClick
  81.     Margin = 2
  82.     NumGlyphs = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object Filename: TEdit
  87.     Left = 64
  88.     Top = 8
  89.     Width = 145
  90.     Height = 21
  91.     TabStop = False
  92.     Color = clBtnFace
  93.     Font.Color = clBlack
  94.     Font.Height = -11
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ParentFont = False
  98.     ReadOnly = True
  99.     TabOrder = 1
  100.   end
  101.   object ErrorFile: TEdit
  102.     Left = 8
  103.     Top = 62
  104.     Width = 177
  105.     Height = 20
  106.     TabStop = False
  107.     BorderStyle = bsNone
  108.     Color = clBtnFace
  109.     Ctl3D = False
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentCtl3D = False
  115.     ParentFont = False
  116.     ReadOnly = True
  117.     TabOrder = 2
  118.     Text = 'ErrorFile'
  119.   end
  120.   object ErrorMemo: TMemo
  121.     Left = 8
  122.     Top = 88
  123.     Width = 369
  124.     Height = 201
  125.     TabStop = False
  126.     Font.Color = clBlack
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = []
  130.     Lines.Strings = (
  131.       'ErrorMemo')
  132.     ParentFont = False
  133.     ReadOnly = True
  134.     ScrollBars = ssBoth
  135.     TabOrder = 3
  136.   end
  137.   object Line: TEdit
  138.     Left = 248
  139.     Top = 8
  140.     Width = 41
  141.     Height = 21
  142.     TabStop = False
  143.     Color = clBtnFace
  144.     Font.Color = clBlack
  145.     Font.Height = -11
  146.     Font.Name = 'MS Sans Serif'
  147.     Font.Style = []
  148.     ParentFont = False
  149.     ReadOnly = True
  150.     TabOrder = 4
  151.   end
  152. end
  153.